ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / CommitEmptyEdits Property






In This Topic
    CommitEmptyEdits Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that indicates how the grid commit empty edits to cell values.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overridable Property CommitEmptyEdits As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.CommitEmptyEdits = value
     
    value = instance.CommitEmptyEdits
    [System.ComponentModel.DefaultValue(true)]
    public virtual System.bool CommitEmptyEdits {get; set;}
    public read-write property CommitEmptyEdits: System.Boolean; virtual; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set CommitEmptyEdits : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property virtual System.bool get_CommitEmptyEdits();
    public: __property virtual void set_CommitEmptyEdits( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    virtual property System.bool CommitEmptyEdits {
       System.bool get();
       void set (    System.bool value);
    }
    See Also